3.159 \(\int \frac {\tanh ^5(c+d x)}{(a+b \text {sech}^2(c+d x))^3} \, dx\)

Optimal. Leaf size=77 \[ -\frac {(a+b)^2}{4 a^3 d \left (a \cosh ^2(c+d x)+b\right )^2}+\frac {a+b}{a^3 d \left (a \cosh ^2(c+d x)+b\right )}+\frac {\log \left (a \cosh ^2(c+d x)+b\right )}{2 a^3 d} \]

[Out]

-1/4*(a+b)^2/a^3/d/(b+a*cosh(d*x+c)^2)^2+(a+b)/a^3/d/(b+a*cosh(d*x+c)^2)+1/2*ln(b+a*cosh(d*x+c)^2)/a^3/d

________________________________________________________________________________________

Rubi [A]  time = 0.12, antiderivative size = 77, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 3, integrand size = 23, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.130, Rules used = {4138, 444, 43} \[ -\frac {(a+b)^2}{4 a^3 d \left (a \cosh ^2(c+d x)+b\right )^2}+\frac {a+b}{a^3 d \left (a \cosh ^2(c+d x)+b\right )}+\frac {\log \left (a \cosh ^2(c+d x)+b\right )}{2 a^3 d} \]

Antiderivative was successfully verified.

[In]

Int[Tanh[c + d*x]^5/(a + b*Sech[c + d*x]^2)^3,x]

[Out]

-(a + b)^2/(4*a^3*d*(b + a*Cosh[c + d*x]^2)^2) + (a + b)/(a^3*d*(b + a*Cosh[c + d*x]^2)) + Log[b + a*Cosh[c +
d*x]^2]/(2*a^3*d)

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rule 444

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Dist[1/n, Subst[Int
[(a + b*x)^p*(c + d*x)^q, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p, q}, x] && NeQ[b*c - a*d, 0] && EqQ[m
- n + 1, 0]

Rule 4138

Int[((a_) + (b_.)*sec[(e_.) + (f_.)*(x_)]^(n_))^(p_.)*tan[(e_.) + (f_.)*(x_)]^(m_.), x_Symbol] :> Module[{ff =
 FreeFactors[Cos[e + f*x], x]}, -Dist[(f*ff^(m + n*p - 1))^(-1), Subst[Int[((1 - ff^2*x^2)^((m - 1)/2)*(b + a*
(ff*x)^n)^p)/x^(m + n*p), x], x, Cos[e + f*x]/ff], x]] /; FreeQ[{a, b, e, f, n}, x] && IntegerQ[(m - 1)/2] &&
IntegerQ[n] && IntegerQ[p]

Rubi steps

\begin {align*} \int \frac {\tanh ^5(c+d x)}{\left (a+b \text {sech}^2(c+d x)\right )^3} \, dx &=\frac {\operatorname {Subst}\left (\int \frac {x \left (1-x^2\right )^2}{\left (b+a x^2\right )^3} \, dx,x,\cosh (c+d x)\right )}{d}\\ &=\frac {\operatorname {Subst}\left (\int \frac {(1-x)^2}{(b+a x)^3} \, dx,x,\cosh ^2(c+d x)\right )}{2 d}\\ &=\frac {\operatorname {Subst}\left (\int \left (\frac {(a+b)^2}{a^2 (b+a x)^3}-\frac {2 (a+b)}{a^2 (b+a x)^2}+\frac {1}{a^2 (b+a x)}\right ) \, dx,x,\cosh ^2(c+d x)\right )}{2 d}\\ &=-\frac {(a+b)^2}{4 a^3 d \left (b+a \cosh ^2(c+d x)\right )^2}+\frac {a+b}{a^3 d \left (b+a \cosh ^2(c+d x)\right )}+\frac {\log \left (b+a \cosh ^2(c+d x)\right )}{2 a^3 d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 2.17, size = 136, normalized size = 1.77 \[ \frac {2 \left (a^2+4 a b+3 b^2\right )+a^2 \cosh ^2(2 (c+d x)) \log (a \cosh (2 (c+d x))+a+2 b)+(a+2 b)^2 \log (a \cosh (2 (c+d x))+a+2 b)+2 a \cosh (2 (c+d x)) ((a+2 b) \log (a \cosh (2 (c+d x))+a+2 b)+2 (a+b))}{2 a^3 d (a \cosh (2 (c+d x))+a+2 b)^2} \]

Antiderivative was successfully verified.

[In]

Integrate[Tanh[c + d*x]^5/(a + b*Sech[c + d*x]^2)^3,x]

[Out]

(2*(a^2 + 4*a*b + 3*b^2) + (a + 2*b)^2*Log[a + 2*b + a*Cosh[2*(c + d*x)]] + a^2*Cosh[2*(c + d*x)]^2*Log[a + 2*
b + a*Cosh[2*(c + d*x)]] + 2*a*Cosh[2*(c + d*x)]*(2*(a + b) + (a + 2*b)*Log[a + 2*b + a*Cosh[2*(c + d*x)]]))/(
2*a^3*d*(a + 2*b + a*Cosh[2*(c + d*x)])^2)

________________________________________________________________________________________

fricas [B]  time = 0.46, size = 1741, normalized size = 22.61 \[ \text {result too large to display} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(d*x+c)^5/(a+b*sech(d*x+c)^2)^3,x, algorithm="fricas")

[Out]

-1/2*(2*a^2*d*x*cosh(d*x + c)^8 + 16*a^2*d*x*cosh(d*x + c)*sinh(d*x + c)^7 + 2*a^2*d*x*sinh(d*x + c)^8 + 8*((a
^2 + 2*a*b)*d*x - a^2 - a*b)*cosh(d*x + c)^6 + 8*(7*a^2*d*x*cosh(d*x + c)^2 + (a^2 + 2*a*b)*d*x - a^2 - a*b)*s
inh(d*x + c)^6 + 16*(7*a^2*d*x*cosh(d*x + c)^3 + 3*((a^2 + 2*a*b)*d*x - a^2 - a*b)*cosh(d*x + c))*sinh(d*x + c
)^5 + 4*((3*a^2 + 8*a*b + 8*b^2)*d*x - 2*a^2 - 8*a*b - 6*b^2)*cosh(d*x + c)^4 + 4*(35*a^2*d*x*cosh(d*x + c)^4
+ (3*a^2 + 8*a*b + 8*b^2)*d*x + 30*((a^2 + 2*a*b)*d*x - a^2 - a*b)*cosh(d*x + c)^2 - 2*a^2 - 8*a*b - 6*b^2)*si
nh(d*x + c)^4 + 2*a^2*d*x + 16*(7*a^2*d*x*cosh(d*x + c)^5 + 10*((a^2 + 2*a*b)*d*x - a^2 - a*b)*cosh(d*x + c)^3
 + ((3*a^2 + 8*a*b + 8*b^2)*d*x - 2*a^2 - 8*a*b - 6*b^2)*cosh(d*x + c))*sinh(d*x + c)^3 + 8*((a^2 + 2*a*b)*d*x
 - a^2 - a*b)*cosh(d*x + c)^2 + 8*(7*a^2*d*x*cosh(d*x + c)^6 + 15*((a^2 + 2*a*b)*d*x - a^2 - a*b)*cosh(d*x + c
)^4 + (a^2 + 2*a*b)*d*x + 3*((3*a^2 + 8*a*b + 8*b^2)*d*x - 2*a^2 - 8*a*b - 6*b^2)*cosh(d*x + c)^2 - a^2 - a*b)
*sinh(d*x + c)^2 - (a^2*cosh(d*x + c)^8 + 8*a^2*cosh(d*x + c)*sinh(d*x + c)^7 + a^2*sinh(d*x + c)^8 + 4*(a^2 +
 2*a*b)*cosh(d*x + c)^6 + 4*(7*a^2*cosh(d*x + c)^2 + a^2 + 2*a*b)*sinh(d*x + c)^6 + 8*(7*a^2*cosh(d*x + c)^3 +
 3*(a^2 + 2*a*b)*cosh(d*x + c))*sinh(d*x + c)^5 + 2*(3*a^2 + 8*a*b + 8*b^2)*cosh(d*x + c)^4 + 2*(35*a^2*cosh(d
*x + c)^4 + 30*(a^2 + 2*a*b)*cosh(d*x + c)^2 + 3*a^2 + 8*a*b + 8*b^2)*sinh(d*x + c)^4 + 8*(7*a^2*cosh(d*x + c)
^5 + 10*(a^2 + 2*a*b)*cosh(d*x + c)^3 + (3*a^2 + 8*a*b + 8*b^2)*cosh(d*x + c))*sinh(d*x + c)^3 + 4*(a^2 + 2*a*
b)*cosh(d*x + c)^2 + 4*(7*a^2*cosh(d*x + c)^6 + 15*(a^2 + 2*a*b)*cosh(d*x + c)^4 + 3*(3*a^2 + 8*a*b + 8*b^2)*c
osh(d*x + c)^2 + a^2 + 2*a*b)*sinh(d*x + c)^2 + a^2 + 8*(a^2*cosh(d*x + c)^7 + 3*(a^2 + 2*a*b)*cosh(d*x + c)^5
 + (3*a^2 + 8*a*b + 8*b^2)*cosh(d*x + c)^3 + (a^2 + 2*a*b)*cosh(d*x + c))*sinh(d*x + c))*log(2*(a*cosh(d*x + c
)^2 + a*sinh(d*x + c)^2 + a + 2*b)/(cosh(d*x + c)^2 - 2*cosh(d*x + c)*sinh(d*x + c) + sinh(d*x + c)^2)) + 16*(
a^2*d*x*cosh(d*x + c)^7 + 3*((a^2 + 2*a*b)*d*x - a^2 - a*b)*cosh(d*x + c)^5 + ((3*a^2 + 8*a*b + 8*b^2)*d*x - 2
*a^2 - 8*a*b - 6*b^2)*cosh(d*x + c)^3 + ((a^2 + 2*a*b)*d*x - a^2 - a*b)*cosh(d*x + c))*sinh(d*x + c))/(a^5*d*c
osh(d*x + c)^8 + 8*a^5*d*cosh(d*x + c)*sinh(d*x + c)^7 + a^5*d*sinh(d*x + c)^8 + 4*(a^5 + 2*a^4*b)*d*cosh(d*x
+ c)^6 + 4*(7*a^5*d*cosh(d*x + c)^2 + (a^5 + 2*a^4*b)*d)*sinh(d*x + c)^6 + a^5*d + 2*(3*a^5 + 8*a^4*b + 8*a^3*
b^2)*d*cosh(d*x + c)^4 + 8*(7*a^5*d*cosh(d*x + c)^3 + 3*(a^5 + 2*a^4*b)*d*cosh(d*x + c))*sinh(d*x + c)^5 + 2*(
35*a^5*d*cosh(d*x + c)^4 + 30*(a^5 + 2*a^4*b)*d*cosh(d*x + c)^2 + (3*a^5 + 8*a^4*b + 8*a^3*b^2)*d)*sinh(d*x +
c)^4 + 4*(a^5 + 2*a^4*b)*d*cosh(d*x + c)^2 + 8*(7*a^5*d*cosh(d*x + c)^5 + 10*(a^5 + 2*a^4*b)*d*cosh(d*x + c)^3
 + (3*a^5 + 8*a^4*b + 8*a^3*b^2)*d*cosh(d*x + c))*sinh(d*x + c)^3 + 4*(7*a^5*d*cosh(d*x + c)^6 + 15*(a^5 + 2*a
^4*b)*d*cosh(d*x + c)^4 + 3*(3*a^5 + 8*a^4*b + 8*a^3*b^2)*d*cosh(d*x + c)^2 + (a^5 + 2*a^4*b)*d)*sinh(d*x + c)
^2 + 8*(a^5*d*cosh(d*x + c)^7 + 3*(a^5 + 2*a^4*b)*d*cosh(d*x + c)^5 + (3*a^5 + 8*a^4*b + 8*a^3*b^2)*d*cosh(d*x
 + c)^3 + (a^5 + 2*a^4*b)*d*cosh(d*x + c))*sinh(d*x + c))

________________________________________________________________________________________

giac [B]  time = 1.88, size = 187, normalized size = 2.43 \[ -\frac {\frac {4 \, d x}{a^{3}} - \frac {2 \, \log \left (a e^{\left (4 \, d x + 4 \, c\right )} + 2 \, a e^{\left (2 \, d x + 2 \, c\right )} + 4 \, b e^{\left (2 \, d x + 2 \, c\right )} + a\right )}{a^{3}} + \frac {3 \, a e^{\left (8 \, d x + 8 \, c\right )} - 4 \, a e^{\left (6 \, d x + 6 \, c\right )} + 8 \, b e^{\left (6 \, d x + 6 \, c\right )} + 2 \, a e^{\left (4 \, d x + 4 \, c\right )} - 16 \, b e^{\left (4 \, d x + 4 \, c\right )} - 4 \, a e^{\left (2 \, d x + 2 \, c\right )} + 8 \, b e^{\left (2 \, d x + 2 \, c\right )} + 3 \, a}{{\left (a e^{\left (4 \, d x + 4 \, c\right )} + 2 \, a e^{\left (2 \, d x + 2 \, c\right )} + 4 \, b e^{\left (2 \, d x + 2 \, c\right )} + a\right )}^{2} a^{2}}}{4 \, d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(d*x+c)^5/(a+b*sech(d*x+c)^2)^3,x, algorithm="giac")

[Out]

-1/4*(4*d*x/a^3 - 2*log(a*e^(4*d*x + 4*c) + 2*a*e^(2*d*x + 2*c) + 4*b*e^(2*d*x + 2*c) + a)/a^3 + (3*a*e^(8*d*x
 + 8*c) - 4*a*e^(6*d*x + 6*c) + 8*b*e^(6*d*x + 6*c) + 2*a*e^(4*d*x + 4*c) - 16*b*e^(4*d*x + 4*c) - 4*a*e^(2*d*
x + 2*c) + 8*b*e^(2*d*x + 2*c) + 3*a)/((a*e^(4*d*x + 4*c) + 2*a*e^(2*d*x + 2*c) + 4*b*e^(2*d*x + 2*c) + a)^2*a
^2))/d

________________________________________________________________________________________

maple [B]  time = 0.42, size = 579, normalized size = 7.52 \[ -\frac {\ln \left (\tanh \left (\frac {d x}{2}+\frac {c}{2}\right )-1\right )}{d \,a^{3}}-\frac {\ln \left (\tanh \left (\frac {d x}{2}+\frac {c}{2}\right )+1\right )}{d \,a^{3}}-\frac {2 \left (\tanh ^{6}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{d a \left (\left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) a +b \left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+2 \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) a -2 \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) b +a +b \right )^{2}}-\frac {2 b \left (\tanh ^{6}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{d \,a^{2} \left (\left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) a +b \left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+2 \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) a -2 \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) b +a +b \right )^{2}}-\frac {8 \left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{d a \left (\left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) a +b \left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+2 \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) a -2 \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) b +a +b \right )^{2}}+\frac {4 \left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) b}{d \,a^{2} \left (\left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) a +b \left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+2 \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) a -2 \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) b +a +b \right )^{2}}-\frac {2 \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{d a \left (\left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) a +b \left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+2 \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) a -2 \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) b +a +b \right )^{2}}-\frac {2 b \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )}{d \,a^{2} \left (\left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) a +b \left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+2 \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) a -2 \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) b +a +b \right )^{2}}+\frac {\ln \left (\left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) a +b \left (\tanh ^{4}\left (\frac {d x}{2}+\frac {c}{2}\right )\right )+2 \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) a -2 \left (\tanh ^{2}\left (\frac {d x}{2}+\frac {c}{2}\right )\right ) b +a +b \right )}{2 d \,a^{3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tanh(d*x+c)^5/(a+b*sech(d*x+c)^2)^3,x)

[Out]

-1/d/a^3*ln(tanh(1/2*d*x+1/2*c)-1)-1/d/a^3*ln(tanh(1/2*d*x+1/2*c)+1)-2/d/a/(tanh(1/2*d*x+1/2*c)^4*a+b*tanh(1/2
*d*x+1/2*c)^4+2*tanh(1/2*d*x+1/2*c)^2*a-2*tanh(1/2*d*x+1/2*c)^2*b+a+b)^2*tanh(1/2*d*x+1/2*c)^6-2/d/a^2*b/(tanh
(1/2*d*x+1/2*c)^4*a+b*tanh(1/2*d*x+1/2*c)^4+2*tanh(1/2*d*x+1/2*c)^2*a-2*tanh(1/2*d*x+1/2*c)^2*b+a+b)^2*tanh(1/
2*d*x+1/2*c)^6-8/d/a/(tanh(1/2*d*x+1/2*c)^4*a+b*tanh(1/2*d*x+1/2*c)^4+2*tanh(1/2*d*x+1/2*c)^2*a-2*tanh(1/2*d*x
+1/2*c)^2*b+a+b)^2*tanh(1/2*d*x+1/2*c)^4+4/d/a^2/(tanh(1/2*d*x+1/2*c)^4*a+b*tanh(1/2*d*x+1/2*c)^4+2*tanh(1/2*d
*x+1/2*c)^2*a-2*tanh(1/2*d*x+1/2*c)^2*b+a+b)^2*tanh(1/2*d*x+1/2*c)^4*b-2/d/a/(tanh(1/2*d*x+1/2*c)^4*a+b*tanh(1
/2*d*x+1/2*c)^4+2*tanh(1/2*d*x+1/2*c)^2*a-2*tanh(1/2*d*x+1/2*c)^2*b+a+b)^2*tanh(1/2*d*x+1/2*c)^2-2/d/a^2*b/(ta
nh(1/2*d*x+1/2*c)^4*a+b*tanh(1/2*d*x+1/2*c)^4+2*tanh(1/2*d*x+1/2*c)^2*a-2*tanh(1/2*d*x+1/2*c)^2*b+a+b)^2*tanh(
1/2*d*x+1/2*c)^2+1/2/d/a^3*ln(tanh(1/2*d*x+1/2*c)^4*a+b*tanh(1/2*d*x+1/2*c)^4+2*tanh(1/2*d*x+1/2*c)^2*a-2*tanh
(1/2*d*x+1/2*c)^2*b+a+b)

________________________________________________________________________________________

maxima [B]  time = 0.42, size = 206, normalized size = 2.68 \[ \frac {4 \, {\left ({\left (a^{2} + a b\right )} e^{\left (-2 \, d x - 2 \, c\right )} + {\left (a^{2} + 4 \, a b + 3 \, b^{2}\right )} e^{\left (-4 \, d x - 4 \, c\right )} + {\left (a^{2} + a b\right )} e^{\left (-6 \, d x - 6 \, c\right )}\right )}}{{\left (a^{5} e^{\left (-8 \, d x - 8 \, c\right )} + a^{5} + 4 \, {\left (a^{5} + 2 \, a^{4} b\right )} e^{\left (-2 \, d x - 2 \, c\right )} + 2 \, {\left (3 \, a^{5} + 8 \, a^{4} b + 8 \, a^{3} b^{2}\right )} e^{\left (-4 \, d x - 4 \, c\right )} + 4 \, {\left (a^{5} + 2 \, a^{4} b\right )} e^{\left (-6 \, d x - 6 \, c\right )}\right )} d} + \frac {d x + c}{a^{3} d} + \frac {\log \left (2 \, {\left (a + 2 \, b\right )} e^{\left (-2 \, d x - 2 \, c\right )} + a e^{\left (-4 \, d x - 4 \, c\right )} + a\right )}{2 \, a^{3} d} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(d*x+c)^5/(a+b*sech(d*x+c)^2)^3,x, algorithm="maxima")

[Out]

4*((a^2 + a*b)*e^(-2*d*x - 2*c) + (a^2 + 4*a*b + 3*b^2)*e^(-4*d*x - 4*c) + (a^2 + a*b)*e^(-6*d*x - 6*c))/((a^5
*e^(-8*d*x - 8*c) + a^5 + 4*(a^5 + 2*a^4*b)*e^(-2*d*x - 2*c) + 2*(3*a^5 + 8*a^4*b + 8*a^3*b^2)*e^(-4*d*x - 4*c
) + 4*(a^5 + 2*a^4*b)*e^(-6*d*x - 6*c))*d) + (d*x + c)/(a^3*d) + 1/2*log(2*(a + 2*b)*e^(-2*d*x - 2*c) + a*e^(-
4*d*x - 4*c) + a)/(a^3*d)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.01 \[ \int \frac {{\mathrm {cosh}\left (c+d\,x\right )}^6\,{\mathrm {tanh}\left (c+d\,x\right )}^5}{{\left (a\,{\mathrm {cosh}\left (c+d\,x\right )}^2+b\right )}^3} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(tanh(c + d*x)^5/(a + b/cosh(c + d*x)^2)^3,x)

[Out]

int((cosh(c + d*x)^6*tanh(c + d*x)^5)/(b + a*cosh(c + d*x)^2)^3, x)

________________________________________________________________________________________

sympy [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(tanh(d*x+c)**5/(a+b*sech(d*x+c)**2)**3,x)

[Out]

Timed out

________________________________________________________________________________________